Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for imported keys #656

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Add support for imported keys #656

merged 1 commit into from
Dec 19, 2024

Conversation

maraino
Copy link
Contributor

@maraino maraino commented Dec 18, 2024

Description

This commit adds support for imported keys in YubiKey KMS. Now, we attempt to retrieve a key using go-piv's KeyInfo that supports both imported and generated keys. This functionality is only available from YubiKey firmware 5.3.0. We will fallback to Attest and Certificate methods that are available in older versions.

Fixes #655

This commit adds support for imported keys in YubiKey KMS. Now, we
attempt to retrieve a key using go-piv's KeyInfo that supports both
imported and generated keys. This functionality is only available from
YubiKey firmware  5.3.0. We will  fallback to use Attest and Certificate
methods that are available in older versions.

Fixes #655
Copy link
Member

@hslatman hslatman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK!

@maraino maraino merged commit 7b7a63c into master Dec 19, 2024
14 checks passed
@maraino maraino deleted the mariano/fix-655 branch December 19, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for imported keys on yubikey kms
2 participants